Merged
Conversation
…hen-set-to-0 Fix popup script menu when expand limit is zero
- Refactored sidebar menu into `SiderMenu` component - Updated `Sider` to use a Drawer on mobile (<768px) - Added hamburger button for mobile navigation - Adjusted content padding and layout for mobile view
- Refactored sidebar menu into `SiderMenu` component - Updated `Sider` to use a Drawer on mobile (<768px) - Added hamburger button for mobile navigation - Adjusted content padding and layout for mobile view - Fixed linting errors
…5106827526 Mobile Responsive UI for Options Page
…3980127985106827526 Revert "Mobile Responsive UI for Options Page"
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds functionality to unbind cloud storage accounts by introducing an "Unbind" button for cloud storage providers (Baidu Netdisk, OneDrive, Google Drive, and Dropbox).
Changes:
- Added
ClearNetDiskTokenfunction to remove cloud storage authentication tokens - Implemented unbind UI with confirmation dialog in the file system parameters component
- Added internationalization support for unbind-related messages across 8 languages
- Fixed menu expansion logic to properly handle unlimited expansion when
menuExpandNumis 0
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/filesystem/auth.ts | Exports NetDiskType and adds ClearNetDiskToken function to clear stored tokens |
| src/pages/components/FileSystemParams/index.tsx | Adds unbind button with confirmation dialog for cloud storage providers |
| src/pages/components/ScriptMenuList/index.tsx | Fixes menu expansion logic to handle zero limit case |
| src/locales/*/translation.json | Adds translation keys for unbind functionality across all supported languages |
CodFrm
reviewed
Jan 21, 2026
Member
|
Thanks! |
cyfung1031
reviewed
Jan 21, 2026
CodFrm
added a commit
that referenced
this pull request
Jan 22, 2026
* Treat zero menu limit as unlimited in popup * Update layout to be responsive for mobile devices - Refactored sidebar menu into `SiderMenu` component - Updated `Sider` to use a Drawer on mobile (<768px) - Added hamburger button for mobile navigation - Adjusted content padding and layout for mobile view * Update layout to be responsive for mobile devices - Refactored sidebar menu into `SiderMenu` component - Updated `Sider` to use a Drawer on mobile (<768px) - Added hamburger button for mobile navigation - Adjusted content padding and layout for mobile view - Fixed linting errors * Revert "Mobile Responsive UI for Options Page" * Clarify netdisk unbind labels * Revert "Treat zero menu limit as unlimited in popup" * Clean code --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: 王一之 <yz@ggnb.top> (cherry picked from commit 7ad9aac)
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述 Descriptions
Solve the issue of not having a cloud unlink button.